home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / OCTOBER / PCLTOOLS / PackPCL / ppcl.man < prev   
Text File  |  1997-10-05  |  2KB  |  67 lines

  1. ppcl - a PCL raster data compressor
  2. ===================================
  3.  
  4.  
  5. (works only with LJ3 or newer!)
  6.  
  7. This program reads in PCL files or sprites and writes them out again,
  8. compressing the raster areas (PCL) / bitmap (sprite). PCL data is
  9. dealt with in 2 passes.
  10.  
  11. call:
  12.  
  13. ppcl [options] <infile> <outfile>
  14.  
  15. where possible options are:
  16.  
  17. -m x  force compression mode of output to mode x (can be 0,2,3).
  18.       default value: 0, means optimum compression, i.e. switching
  19.       between compression modes to create minimum length files.
  20.       If your printer doesn't understand compression mode 3 you
  21.       can always force mode 2 that way. Otherwise just let the
  22.       program decide what's best.
  23.       
  24. -w    write widths of raster areas (e.g. ESC*r256s1A instead of
  25.       ESC*r1A). The printer doesn't seem to need it but it might
  26.       help with clipping sometimes. Default: off
  27.       
  28. -v    verbose mode - output information about each raster area
  29.       encountered.
  30.  
  31. -s    the input file is a *monochrome* (!) sprite.
  32.  
  33. -c x  in case of sprite mode: ignore x pixels from the right (crop).
  34.       This might be useful sometimes (I've come across bad ChangeFSI
  35.       output, for instance - one additional black pixel to the
  36.       right...)
  37.       
  38.       
  39. ppcl will perform best when used on regular graphics (text, vector
  40. diagrams,...) where it can often crunch down a file to 30%-40% the
  41. size it had with mode 2 compression (and the resulting output file
  42. can be sent directly to the printer!). Savings will be rather poor
  43. with irregular stuff like error-diffused dithering.
  44.  
  45. In the case of a sprite the output is not directly printable! The
  46. output file is merely a raster area that has yet to be embedded in
  47. page format and positioning commands. To create a ready-to-print
  48. file use "plr", also part of this release.
  49.  
  50.  
  51.  
  52.  
  53. THIS PROGRAM IS FREEWARE. YOU MAY COPY IT FREELY AS LONG AS NO PART OF IT
  54. IS CHANGED AND IT'S NOT SOLD FOR PROFIT. I RETAIN THE COPYRIGHT.
  55. I WILL NOT ACCEPT ANY RESPONSIBLITY FOR ANY DAMAGES CAUSED BY THE USE OF
  56. THIS PROGRAM, IMPLICITLY OR EXPLICITLY. USE IT ENTIRELY AT YOUR OWN RISK.
  57.  
  58.  
  59.  
  60.  
  61. Andreas Dehmel
  62. Am Schorn 18
  63. 82327 Tutzing
  64. Germany
  65.  
  66. dehmel@forwiss.tu-muenchen.de
  67.